home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erospiel / justinam / setup.exe / 0 / RCDATA / TVERZEICHNIS / TVERZEICHNIS.txt
Text File  |  1979-12-31  |  3KB  |  144 lines

  1. object Verzeichnis: TVerzeichnis
  2.   Left = 185
  3.   Top = 152
  4.   ActiveControl = Button3
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Zielverzeichnis w∩┐╜hlen'
  8.   ClientHeight = 333
  9.   ClientWidth = 472
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 16
  22.     Top = 280
  23.     Width = 440
  24.     Height = 15
  25.     Shape = bsBottomLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 152
  29.     Top = 48
  30.     Width = 305
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 
  34.       'Geben Sie hier den Pfad ein, in dem Organisation Product Version' +
  35.       ' installiert werden soll. Es wird empfohlen, das vorgegebene Ver' +
  36.       'zeichnis beizubehalten.'
  37.     WordWrap = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 152
  41.     Top = 96
  42.     Width = 305
  43.     Height = 17
  44.     AutoSize = False
  45.     Caption = 'Um mit der Installation fortzufahren, klicken Sie auf Weiter.'
  46.     WordWrap = True
  47.   end
  48.   object Label3: TLabel
  49.     Left = 152
  50.     Top = 120
  51.     Width = 305
  52.     Height = 33
  53.     AutoSize = False
  54.     Caption = 
  55.       'Wenn Sie dieses Produkt jetzt nicht installieren wollen, brechen' +
  56.       ' Sie die Installation ab, indem Sie auf Abbrechen klicken.'
  57.     WordWrap = True
  58.   end
  59.   object Label5: TLabel
  60.     Left = 152
  61.     Top = 16
  62.     Width = 305
  63.     Height = 25
  64.     AutoSize = False
  65.     Caption = 'Installationsverzeichnis'
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     WordWrap = True
  72.   end
  73.   object Button2: TButton
  74.     Left = 375
  75.     Top = 304
  76.     Width = 81
  77.     Height = 21
  78.     Caption = 'Abbrechen'
  79.     TabOrder = 0
  80.     OnClick = Button2Click
  81.   end
  82.   object Button1: TButton
  83.     Left = 175
  84.     Top = 304
  85.     Width = 81
  86.     Height = 21
  87.     Caption = '< &Zur∩┐╜ck'
  88.     TabOrder = 1
  89.     OnClick = Button1Click
  90.   end
  91.   object Button3: TButton
  92.     Left = 256
  93.     Top = 304
  94.     Width = 81
  95.     Height = 21
  96.     Caption = '&Weiter >'
  97.     Default = True
  98.     TabOrder = 2
  99.     OnClick = Button3Click
  100.   end
  101.   object Panel1: TPanel
  102.     Left = 16
  103.     Top = 18
  104.     Width = 121
  105.     Height = 260
  106.     BevelInner = bvLowered
  107.     BevelOuter = bvNone
  108.     TabOrder = 3
  109.     object Image1: TImage
  110.       Left = 1
  111.       Top = 1
  112.       Width = 118
  113.       Height = 258
  114.       AutoSize = True
  115.     end
  116.   end
  117.   object GroupBox1: TGroupBox
  118.     Left = 152
  119.     Top = 221
  120.     Width = 304
  121.     Height = 57
  122.     Caption = ' Zielverzeichnis '
  123.     TabOrder = 4
  124.     object Button4: TButton
  125.       Left = 215
  126.       Top = 21
  127.       Width = 81
  128.       Height = 21
  129.       Caption = '&∩┐╜ndern...'
  130.       TabOrder = 0
  131.       OnClick = Button4Click
  132.     end
  133.     object Edit1: TEdit
  134.       Left = 8
  135.       Top = 21
  136.       Width = 201
  137.       Height = 21
  138.       Color = clWhite
  139.       TabOrder = 1
  140.       Text = 'C:\Programme\Organisation Product'
  141.     end
  142.   end
  143. end
  144.